home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIPNET Aralık 1997.iso / oyun / checkers.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  1997-05-26  |  4KB  |  169 lines

  1. object AboutBox: TAboutBox
  2.   Left = 183
  3.   Top = 140
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 255
  8.   ClientWidth = 287
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 11
  19.     Top = 8
  20.     Width = 265
  21.     Height = 201
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     Color = clWhite
  25.     TabOrder = 0
  26.     object CompanyPlug: TLabel
  27.       Left = 8
  28.       Top = 49
  29.       Width = 226
  30.       Height = 16
  31.       Caption = 'A Product of Pillar Software, Inc.'
  32.       Font.Color = clBlack
  33.       Font.Height = -11
  34.       Font.Name = 'MS Sans Serif'
  35.       Font.Style = [fsBold]
  36.       ParentFont = False
  37.       IsControl = True
  38.     end
  39.     object Copyright: TLabel
  40.       Left = 8
  41.       Top = 67
  42.       Width = 173
  43.       Height = 13
  44.       Caption = 'Copyright∩┐╜ 1997, Paul Casimir'
  45.       Font.Color = clBlack
  46.       Font.Height = -11
  47.       Font.Name = 'MS Sans Serif'
  48.       Font.Style = [fsBold]
  49.       ParentFont = False
  50.       IsControl = True
  51.     end
  52.     object ProductName: TLabel
  53.       Left = 8
  54.       Top = 8
  55.       Width = 77
  56.       Height = 13
  57.       Caption = 'ProductName'
  58.       Color = clBlue
  59.       Font.Color = clWhite
  60.       Font.Height = -11
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = [fsBold]
  63.       ParentColor = False
  64.       ParentFont = False
  65.     end
  66.     object Version: TLabel
  67.       Left = 8
  68.       Top = 24
  69.       Width = 102
  70.       Height = 13
  71.       Caption = 'Version'
  72.       Font.Color = clBlack
  73.       Font.Height = -11
  74.       Font.Name = 'MS Sans Serif'
  75.       Font.Style = [fsBold]
  76.       ParentFont = False
  77.     end
  78.     object Fee: TLabel
  79.       Left = 8
  80.       Top = 109
  81.       Width = 240
  82.       Height = 17
  83.       Caption = 'Shareware Registration---Send $10 to:'
  84.       Font.Color = clBlack
  85.       Font.Height = -11
  86.       Font.Name = 'MS Sans Serif'
  87.       Font.Style = [fsBold]
  88.       ParentFont = False
  89.     end
  90.     object Address1: TLabel
  91.       Left = 8
  92.       Top = 128
  93.       Width = 127
  94.       Height = 16
  95.       Caption = 'Pillar Software'
  96.       Font.Color = clBlack
  97.       Font.Height = -11
  98.       Font.Name = 'MS Sans Serif'
  99.       Font.Style = []
  100.       ParentFont = False
  101.     end
  102.     object Address2: TLabel
  103.       Left = 8
  104.       Top = 144
  105.       Width = 126
  106.       Height = 16
  107.       Caption = '1056 S West Ave'
  108.       Font.Color = clBlack
  109.       Font.Height = -11
  110.       Font.Name = 'MS Sans Serif'
  111.       Font.Style = []
  112.       ParentFont = False
  113.     end
  114.     object Address3: TLabel
  115.       Left = 8
  116.       Top = 160
  117.       Width = 128
  118.       Height = 16
  119.       Caption = 'Waukegan  IL  60085'
  120.       Font.Color = clBlack
  121.       Font.Height = -11
  122.       Font.Name = 'MS Sans Serif'
  123.       Font.Style = []
  124.       ParentFont = False
  125.     end
  126.     object Label2: TLabel
  127.       Left = 8
  128.       Top = 182
  129.       Width = 246
  130.       Height = 15
  131.       Caption = 'In return, you will get updates and more goodies.'
  132.       Font.Color = clBlack
  133.       Font.Height = -11
  134.       Font.Name = 'MS Sans Serif'
  135.       Font.Style = []
  136.       ParentFont = False
  137.     end
  138.     object Label1: TLabel
  139.       Left = 9
  140.       Top = 84
  141.       Width = 210
  142.       Height = 17
  143.       Caption = 'www.pillarsoft.com'
  144.       Font.Color = clBlack
  145.       Font.Height = -11
  146.       Font.Name = 'MS Sans Serif'
  147.       Font.Style = [fsBold]
  148.       ParentFont = False
  149.       IsControl = True
  150.     end
  151.   end
  152.   object OKButton: TBitBtn
  153.     Left = 101
  154.     Top = 218
  155.     Width = 77
  156.     Height = 27
  157.     Font.Color = clBlack
  158.     Font.Height = -11
  159.     Font.Name = 'MS Sans Serif'
  160.     Font.Style = [fsBold]
  161.     ParentFont = False
  162.     TabOrder = 1
  163.     Kind = bkOK
  164.     Margin = 2
  165.     Spacing = -1
  166.     IsControl = True
  167.   end
  168. end
  169.